SftTree/OCX 7.0

SftTree.RealColumn Property

Softel vdm, Inc.

Returns the real column number given a display column number.

Deprecated - Provided for compatibility with earlier versions only - Use ColumnsObj.ColumnIndex instead

Syntax       

Get

VB.NET

ColIndex = object.get_RealColumn(ByVal DispColIndex As Short)  As Short

VB

ColIndex = object.RealColumn(ByVal DispColIndex As Integer)  As Integer

C#.NET

short ColIndex = object.get_RealColumn(short DispColIndex);

VC++

short ColIndex = object->RealColumn[short DispColIndex];
short ColIndex = object->GetRealColumn(short DispColIndex);

C

HRESULT object->get_RealColumn(short DispColIndex, short* ColIndex);

Delphi

ColIndex := object.RealColumn[DispColIndex : Smallint]   : Smallint;

object

A SftTree object.

DispColIndex

The display column number whose real column number is to be returned.

ColIndex

Returns the real column number given a display column number.

Comments

Deprecated - Provided for compatibility with earlier versions only - Use ColumnsObj.ColumnIndex instead

The RealColumn property returns the real column number given a display column number.

As a user reorders columns, this is completely transparent to the application.  An application still references cells and columns by the "real" column number, which is the original column number that the cell or column had before columns were reordered by the user.  While columns appear in a new order after dragging a column to a new position, the application references cells and columns by their real column number which never changes.

If a user reorders columns using column drag & drop, the (display) column numbers, which is the column number as it appears to the user, may need to be translated into the real column number as used by an application.

The ColumnsObj.Move method can be used to reorder columns under program control.

See Also  SftTree Object | Object Hierarchy


Feedback / comments / error reports for this topic
© 2015 - Softel vdm, Inc. - www.softelvdm.com